home *** CD-ROM | disk | FTP | other *** search
- Path: pacifica.access.ch!usenet
- From: Jean Michel den Hartog <mvslasertechnik@access.ch>
- Newsgroups: comp.lang.c++
- Subject: Mixing C, and C++ modules
- Date: Sat, 23 Mar 1996 14:09:27 +0100
- Organization: MVS Lasertechnik
- Message-ID: <3153F807.1FBB@access.ch>
- NNTP-Posting-Host: gatezh5-12.access.ch
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
-
- Can anyone tell me what I must do to call C functions located in C++ modules on
- a project with both C, and C++ modules ??
- With < extern "C" { } > I can call C code from C++, but not Vice versa...
-
- Jean Michel
-